Space(void) Space(Space& v) Space& operator=(Space& s) void debug_out(ostream& c, int indent) void heavy_debug_out(ostream& c, int indent)
Standard housekeeping functions. The function debug() does not print out member objects that themselves contain Space member objects (which avoids infinite recursion).